When MinWidth exceeds the width of the formatted value, spaces are prepended the value:
In the following example, a combination of MinWidth and
DecPlaces values are used to format the value string. The value displays a total character length (including the decimal point) of six characters, and displays two-place decimal precision. The value is rounded to meet the specified display settings:
If the DecPlaces setting exceeds the precision of the value to be displayed, zeroes will be appended to bring the value up to the
DecPlaces setting.
MinWidth is overridden by both the value and the
DecPlaces setting: